home *** CD-ROM | disk | FTP | other *** search
- global barflyMIAW
-
- on windowInit
- go(1)
- set barflyMIAW to the activeWindow
- continue()
- end
-
- on closeWindow
- sound stop 1
- sound stop 2
- pause()
- end
-
- on openWindow
- go(1)
- tell the stage
- cursorNormal()
- end tell
- continue()
- end
-